Questions tagged [secure]
The secure tag has no summary.
67 questions
7 votes
4 answers
10k views
Integration not secure
after installing 2.4.4 intergaration gives an error message "Integration not secure" Where does this message come from?
0 votes
3 answers
1k views
Magento2.3.2: url shows http instead of https
I am using magento2.3.2 I'd like to use the https in the url to maintain the website secure. I haven't purchase any ssl certificate. I have used encrypted certificate and installed via putty. There ...
0 votes
0 answers
457 views
Magento 1 make all cookies secure and HttpOnly
Is there any way to make all the cookies to secure at a time In Magento 1 I tried the following Setting in Magento 1 configuration System->configuration->(General) > Web > session cookie ...
3 votes
1 answer
189 views
What is the use of [_secure => true] in controller redirect path argument in Magento 2
Anyone can explain to me what is the use of [_secure => true] in controller redirect path arguments in Magento 2.
7 votes
4 answers
5k views
PHPSESSID: Session Cookie Does Not Contain the "Secure" Attribute
In m1 we could just override isSecure from Mage_Core_Model_Cookie model, method: public function isSecure() { return $this->_getRequest()->isSecure(); } How can we accomplish this in m2?
1 vote
0 answers
70 views
How can I upload a video and make it secure that no one else can play that video even if they know the link of the video?
Teachers will upload video and students will only be able to watch and download it's tutorial if they pay or purchase that product. It can have multiple attachments like video streaming and PDF to ...
0 votes
1 answer
63 views
Started with "Not secure" warning, then when logging into admin stuck on "my account" page to reset password, can't make any further actions
My magento page which was recently secure, has given me a warning through chrome that it is not secure. In an attempt to check on the status of my account info to see if there was anything I could do ...
4 votes
3 answers
9k views
Magento 2 : How to set secure cookie OR HTTP ONLY FLAG SET
As per my security checking and testing in Magento 2, I see that secure cookie or HTTP only flag not set on the Magento 2. For the security reason, we need the cookie to be secure. Can someone please ...
3 votes
2 answers
301 views
Moving site to https killed my traffic, suggestions?
I've got to deal with a Magento 1.x site that has been run on unsecure http for over a decade. Just reading that, you're immediately thinking it's time to move it to https, right? Well the trouble ...
0 votes
1 answer
47 views
SSL Issue Non secure links still reachable by HTTPS
Currently we only require our checkout to be SSL secure. However if we manually type any URL from product page, catalog pages and home page with https:// infront of the domain secure pages are loading....
0 votes
1 answer
800 views
How To Test SSL On Development Server Without SSL Certificate [duplicate]
I'm testing some code that changes a link to use the secure base URL, but my development server does not have an SSL certificate. I'm trying to fake it and have so far been unsuccessful. I have links ...
1 vote
1 answer
3k views
form post - getURL secure (HTTPS / SSL)
There is a form post, it sends data without secure URL (HTTP): <form id="answer_form_<?php echo $id;?>" class="form" method="post" action="<?php echo Mage::getUrl('productquestions/...
0 votes
1 answer
113 views
How to remove authentication massages in magento website which is hacked by someone
I have a Magento website. Someone add adds on my homepage in header section. When I click on my websites menus then other links are opening there. How can I remove it and how to secure in future ...
5 votes
1 answer
1k views
Magento 2.1 - Sitemap XML Doesn't change to HTTPS
Use Secure URLs on Storefront = Yes Use Secure URLs in Admin = Yes Secure Base URL = starts with HTTPS Why does my sitemap not start each link with https?
0 votes
1 answer
55 views
Can I used SSL certificate on my testing/staging developement server?
I have to install SSL certificate on my domain but before that I want to test it on my testing domain which have same so I can find out unknown error. Is it possible to use it on testing domain ...