You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generate a self signed certificate using OpenSSL
openssl req -newkey rsa:2048 -nodes -keyout domain.key -x509 -days 365 -out domain.crt
openssl pkcs12 -inkey domain.key -in domain.crt -export -out domain.pfxc
I configure test.com server separately on the client and server
server host config 127.0.0.1 test.com Dual network card
client host config 10.10.0.16 test.com
start
Unable to pass
The text was updated successfully, but these errors were encountered:
I generate a self signed certificate using OpenSSL
openssl req -newkey rsa:2048 -nodes -keyout domain.key -x509 -days 365 -out domain.crt
openssl pkcs12 -inkey domain.key -in domain.crt -export -out domain.pfxc
I configure test.com server separately on the client and server
server host config 127.0.0.1 test.com Dual network card
client host config 10.10.0.16 test.com
start
Unable to pass
The text was updated successfully, but these errors were encountered: