security - converting http to https using self signed certificate -


i want convert http request https using self signed certificate. how create keystore files , add certificate in keystore,how use keystore file converting http https.

please sort out problem

not sure if helps adding code htaccess redirect http https:

<virtualhost *:80>     servername www.example.com     redirect "/" "https://www.example.com/" </virtualhost >  <virtualhost *:443>     servername www.example.com     # ... ssl configuration goes here </virtualhost > 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -