What's new

Closed How to use remote proxy with password and user authentication in openvpn config

Status
Not open for further replies.

aap illumina

Honorary Poster
Joined
Dec 11, 2017
Posts
246
Reaction
532
Points
177
Age
21
How to use Remote Proxy with Password and User Authentication in Openvpn config


Good Day mga kapatid , I am here again to share with you ng isa na namang simple yet helpful trick para sa mga kapatid nating openvpn config users and makers.

First, We will make a ρrémíùm Remote Proxy from openproxy.co
(for more info check it here : https://phcorner.net/threads/479417/)

Example ρrémíùm RP account:

Host : 128.199.74.89
Port : 8080
User : illumina-openproxy.co
Password : illumina


Second, Open your ovpn config file .

Inside our ovpn file may makikita tayong mga line of codes. We will add this line

http-proxy 128.199.74.89 8080

http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic username:password" this line will look like this

http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic illumina-openproxy.co:illumina"


Our Final code line will be ;

http-proxy 128.199.74.89 8080
http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic illumina-openproxy.co:illumina"

EDITED option 2 : Pag ayaw gumana ng 2nd line convert your username:password auth to base64 format


Converted to base64 >>> http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic aWxsdW1pbmEtb3BlbnByb3h5LmNvOmlsbHVtaW5h"

Final line with base64 format :
http-proxy 128.199.74.89 8080
http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic aWxsdW1pbmEtb3BlbnByb3h5LmNvOmlsbHVtaW5h"


Congratulations! You now have an ovpn config injected with ρrémíùm remote proxy.

Save your file as ovpn file extension and try to import to your openvpn application.

Try to connect and see if it works.


I hope nakatulong ako :)


Salamat!

PS : Please try and visit my modified openvpn app here (injected with ρrémíùm rp )
https://phcorner.net/threads/483407/#post-7698085


-aap
 
Last edited:
EDITED option 2 : Pag ayaw gumana ng 2nd line convert your username:password auth to base64 format

Converted to base64 >>> http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic aWxsdW1pbmEtb3BlbnByb3h5LmNvOmlsbHVtaW5h"

Final line with base64 format :
http-proxy 128.199.74.89 8080
http-proxy-option CUSTOM-HEADER "Proxy-Authorization: Basic aWxsdW1pbmEtb3BlbnByb3h5LmNvOmlsbHVtaW5h"
 
Status
Not open for further replies.
Back
Top